Blazor コントロール
Iterate メソッド

C1.Blazor.Core アセンブリ > C1.Blazor.Core 名前空間 > Range<T> クラス : Iterate メソッド
1 つの値を受け取り、次の値を返す関数。
範囲を反復処理します。
シンタックス
'宣言
 
Public Function Iterate( _
   ByVal incrementor As System.Func(Of T,T) _
) As System.Collections.Generic.IEnumerable(Of T)
public System.Collections.Generic.IEnumerable<T> Iterate( 
   System.Func<T,T> incrementor
)

パラメータ

incrementor
1 つの値を受け取り、次の値を返す関数。

戻り値の型

範囲内の項目。
参照

Range<T> クラス
Range<T> メンバ